home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / DELPHI / VECTOR.ZIP / README.TXT next >
Encoding:
Text File  |  1996-12-27  |  1.2 KB  |  25 lines

  1. The TVector component for Delphi was designed and implemented by: 
  2.  
  3. Berend Tober
  4. 22 Robin Hill Road
  5. Waterford, CT 06385 
  6.  
  7. Compuserve: 70541,1030 
  8.  
  9. Internet: 
  10. btober@compuserve.com 
  11. btober@connix.com
  12. http://www.connix.com/~btober/ 
  13.  
  14.  
  15. The Vector Unit for Borland Delphi exports the TVector component which is used to model vectors, i.e., the members of an N-dimensional, real vector space.  Objects of type TVector dynamically allocate memory so that N, the number of elements in the vector, need not be specified at compile time. 
  16.  
  17. The class defines methods for performing mathematical operations defined for a vector space, such as scalar multiplication, vector addition, normalization, and dot products.
  18.  
  19. You must add the Vector unit to the Uses clause of your module in order to declare TVector type variables. 
  20.  
  21. Included with this archive are the compiled unit (.DCU) and help files (.HLP, .KWF). The help file includes examples. Source is available by request.
  22.  
  23. Permission is granted to include this unit in executable applications, provided appropriate authorship credit is given. 
  24.  
  25. Permission is not granted to include this code as part of a "third party" library unless the entire library is distributed without charge.